]> git.plutz.net Git - shellwiki/commitdiff
styling for tags
authorPaul Hänsch <paul@plutz.net>
Wed, 20 Sep 2023 22:30:20 +0000 (00:30 +0200)
committerPaul Hänsch <paul@plutz.net>
Wed, 20 Sep 2023 22:30:20 +0000 (00:30 +0200)
themes/default.css

index d58d973c82a3cb1e0a4064b1b038b25095902a42..eb4e303ac047e73a20dd76321b21e8b4611280ea 100644 (file)
@@ -307,6 +307,17 @@ li.task.unsure:before   { content: '?  '    ; color: #880; font-weight: bold; pa
 }
 
 
+.macro.tag li.tag {
+  display: inline-block;
+  color: #FFF;
+  background-color: #333;
+  font-size: .875em;
+  padding: 0 .5em;
+  margin: .25em .25em 0 0;
+  border-radius: .375em;
+}
+
+
 .macro.changes td .date {
   display: block;
   font-size: .75em;